NCI(matrix)
G
for mathematical details.
NCI equals 1 for perfect Guttman vectors (i.e., when only the easiest items are answered correctly, given the total score) and equals -1 for reversed Guttman vectors (i.e., when only the hardest items are answered correctly, given the total score). Hence, (potentially) aberrant response behavior is indicated by small values of NCI (i.e., in the left tail of the sampling distribution).G
# Load the inadequacy scale data (dichotomous item scores):
data(InadequacyData);
# Compute the NCI scores:
NCI(InadequacyData);
Run the code above in your browser using DataLab